Autogenerated HTML docs for v1.7.7-325-g05f6ed
diff --git a/RelNotes/1.7.8.txt b/RelNotes/1.7.8.txt index 5500db2..dcd2467 100644 --- a/RelNotes/1.7.8.txt +++ b/RelNotes/1.7.8.txt
@@ -4,6 +4,8 @@ Updates since v1.7.7 -------------------- + * Some git-svn and git-gui updates. + * The build procedure has been taught to take advantage of computed dependency automatically when the complier supports it. @@ -147,7 +149,7 @@ --- exec >/var/tmp/1 -O=v1.7.7-289-gb73c683 +O=v1.7.7-324-g47d45a5 echo O=$(git describe --always master) git log --first-parent --oneline --reverse ^$O master echo
diff --git a/git-svn.html b/git-svn.html index 4cb01eb..0c40633 100644 --- a/git-svn.html +++ b/git-svn.html
@@ -964,6 +964,19 @@ only be done when dcommitting non-fast-forward merges where all parents but the first have already been pushed into SVN.</p></div> </dd> +<dt class="hdlist1"> +--interactive +</dt> +<dd> +<p> + Ask the user to confirm that a patch set should actually be sent to SVN. + For each patch, one may answer "yes" (accept this patch), "no" (discard this + patch), "all" (accept all patches), or "quit". + <br /> + <em>git svn dcommit</em> returns immediately if answer if "no" or "quit", without + commiting anything to SVN. +</p> +</dd> </dl></div> </dd> <dt class="hdlist1"> @@ -1991,7 +2004,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2011-10-05 13:59:16 PDT +Last updated 2011-10-16 13:41:53 PDT </div> </div> </body>
diff --git a/git-svn.txt b/git-svn.txt index f977e87..34ee785 100644 --- a/git-svn.txt +++ b/git-svn.txt
@@ -234,6 +234,14 @@ only be done when dcommitting non-fast-forward merges where all parents but the first have already been pushed into SVN. +--interactive;; + Ask the user to confirm that a patch set should actually be sent to SVN. + For each patch, one may answer "yes" (accept this patch), "no" (discard this + patch), "all" (accept all patches), or "quit". + + + 'git svn dcommit' returns immediately if answer if "no" or "quit", without + commiting anything to SVN. + 'branch':: Create a branch in the SVN repository.